chore(deps): bump the cargo-minor-patch group across 1 directory with 5 updates#192
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the cargo-minor-patch group across 1 directory with 5 updates#192dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… 5 updates Bumps the cargo-minor-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [zip](https://github.com/zip-rs/zip2) | `8.2.0` | `8.4.0` | | [duckdb](https://github.com/duckdb/duckdb-rs) | `1.10500.0` | `1.10501.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.0` | | [moka](https://github.com/moka-rs/moka) | `0.12.14` | `0.12.15` | | [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource) | `3.0.7` | `3.0.8` | Updates `zip` from 8.2.0 to 8.4.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v8.2.0...v8.4.0) Updates `duckdb` from 1.10500.0 to 1.10501.0 - [Release notes](https://github.com/duckdb/duckdb-rs/releases) - [Commits](duckdb/duckdb-rs@v1.10500.0...v1.10501.0) Updates `uuid` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) Updates `moka` from 0.12.14 to 0.12.15 - [Release notes](https://github.com/moka-rs/moka/releases) - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](moka-rs/moka@v0.12.14...v0.12.15) Updates `embed-resource` from 3.0.7 to 3.0.8 - [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases) - [Commits](nabijaczleweli/rust-embed-resource@v3.0.7...v3.0.8) --- updated-dependencies: - dependency-name: zip dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: duckdb dependency-version: 1.10501.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: moka dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: embed-resource dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-minor-patch group with 5 updates in the / directory:
8.2.08.4.01.10500.01.10501.01.22.01.23.00.12.140.12.153.0.73.0.8Updates
zipfrom 8.2.0 to 8.4.0Release notes
Sourced from zip's releases.
... (truncated)
Changelog
Sourced from zip's changelog.
... (truncated)
Commits
a73f55bchore: release v8.3.2 (#746)f5e7fd5feat: add a check for building benches (#748)abc0424chore: move pull request template to correct folder (#749)bae095brefactor: split part ofread.rsfor code readability (#744)f5813c5refactor: remove unused allow (#745)c2999bcperf: skip BufReader for Stored files in make_reader (#739)e615f8echore: release v8.3.1 (#742)053d38bchore: cleanup repository files (#743)52d8412refactor: useAexEncryption::new(#736)350b8a2refactor: update tests to add big endian miri check (#735)Updates
duckdbfrom 1.10500.0 to 1.10501.0Release notes
Sourced from duckdb's releases.
Commits
a0ada45Update DuckDB to v1.5.1 (#718)906a18cUpdate DuckDB to v1.5.10891c29Adapt upgrade.sh scripts to new versioning (#717)54a22f4Adapt upgrade.sh scripts to new versioningbcadfebRemove direct arrow2 exposure (#698)25c9461cargo fmt7e90b33Clean up polars step_polars internalsfd67021Narrow ComputeError catch to only match empty-array case71b3887Remove direct arrow2 exposurebb3086achore: update to arrow v58 (#702)Updates
uuidfrom 1.22.0 to 1.23.0Release notes
Sourced from uuid's releases.
Commits
00ab922Merge pull request #876 from uuid-rs/cargo/v1.23.0726ba45prepare for 1.23.0 release996dadeMerge pull request #875 from uuid-rs/fix/context-orderinge140479simplify a use stmt8ed9142reorganize and document more v7 context internalse09a322use LazyLock to synchronize v1/v6 context initialization0f260ccMerge pull request #874 from uuid-rs/chore/impl-cleanups1419e91clean up and refactor main lib testsceeaf4bensure we don't overflow on counters less than 1263bc8f5Merge pull request #873 from uuid-rs/fix/error-msgUpdates
mokafrom 0.12.14 to 0.12.15Release notes
Sourced from moka's releases.
Changelog
Sourced from moka's changelog.
Commits
616473eMerge pull request #586 from moka-rs/fix-flaky-cht-test-on-many-core-machinescaf8c82Apply cargo fmt65ff433Fix flaky testcht::segment::tests::drop_many_valueson many-core machinesfd103adUpdate the change log for PR #5865baf38cFix flaky testcht::segment::tests::drop_many_values_concurrent4b709c8Merge pull request #585 from moka-rs/chore/prepare-v0.12.159e7c73bRemove an unused link from the change logfa14f78Bump the version tov0.12.1598968b3Update the change log forv0.12.154c37fd4Merge pull request #584 from moka-rs/chore/disable-flaky-tests-by-defaultUpdates
embed-resourcefrom 3.0.7 to 3.0.8Commits
3e5df7fBump version to 3.0.8e07f1b9Restore MSRV 1.76Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions